速報APP / 程式庫與試用程式 / EasyCrypt Sample

EasyCrypt Sample

價格:免費

更新日期:2018-02-26

檔案大小:1.8M

目前版本:2.3.3

版本需求:Android 4.4 以上版本

官方網站:https://github.com/ryan652/easycrypt

Email:pv.ryan14@gmail.com

EasyCrypt Sample(圖1)-速報App

Secure and efficient cryptography library for Android. (Auto fix SecureRandom bugs in API 18 and below.)

Features:

EasyCrypt Sample(圖2)-速報App

- AES-256 encryption algorithm

- CBC/CTR mode of operations

EasyCrypt Sample(圖3)-速報App

- Block padding with PKCS7 (only with CBC)

- Computationally secure random salt (of cipher block size)

EasyCrypt Sample(圖4)-速報App

- Password stretching with PBKDF2

- Random IV generated on each encryption (16 bytes)

EasyCrypt Sample(圖5)-速報App

- Supports MD5, SHA1, and SHA2 hash functions

- Generate secure keys with SecureRandom or random.org

EasyCrypt Sample(圖6)-速報App

- Asymmetric encryption with RSA

- Auto handle large data by using hybrid asymmetric encryption

EasyCrypt Sample(圖7)-速報App

- Asymmetric RSA signing and verification

- Supported RSA key sizes are 2048 bits and 4096 bits

EasyCrypt Sample(圖8)-速報App

- Password analysis for strength, crack times, weakness, etc using nulab's zxcvbn4j library